home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Megahits 3
/
Megahits 3 (1994)(GTI - Rhein-Main-Soft)(DE)[!].iso
/
fonts
/
s
/
pcd
< prev
next >
Wrap
AmigaDOS Script File
|
1994-10-14
|
248b
|
15 lines
.key dir
; $VER: pcd 38.1 (11.10.91)
; This is a CD script that remembers the previous directory
IF "<dir>" EQ ""
Assign ofrom<$$>: ""
CD from<$$>:
Assign from<$$>: ofrom<$$>:
Assign ofrom<$$>:
Else
Assign from<$$>: ""
CD <dir>
EndIF